home *** CD-ROM | disk | FTP | other *** search
/ Megahits 5 / Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso / archive / edit / cpaint.lha / CPaint2.lha / cpaint.doc next >
Encoding:
Text File  |  1992-08-09  |  3.9 KB  |  96 lines

  1. /*     Well, it finally happened, my hard drive crashed beyond easy repair.
  2. Lost on the HD was my 2.0 release of Cpaint, as well as the source.  So, I
  3. had to rewrite the entire program from scrap.  don't worry, it's really not 
  4. as bad as it sounds, the new version, 2.01, is smaller, faster, and better.
  5. Full AGA support is available, although auto-detecting is not implemented
  6. yet, it will be in the future (Hopefully).  It now also opens a backdrop
  7. window instead of a public window, so anyone under 2.04/2.1 will be able to
  8. have a backdrop, without opening the workbench.
  9.         Well, ignore that, it now gives the option to load a backdrop
  10. (default) for 3.0+ users, or a window for 2.0/2.1 users.  If you have
  11. problems with the scren size, just wait, I will have a new vrsion out soon.
  12. I am still working on loading and saving IFF files.
  13.  
  14.  
  15. The new version includes :)
  16.  
  17. 1...............More efficient routines for faster running on slower
  18.                 machines, ie. a500 a1200 a2000
  19. 2...............better looking requesters
  20. 3...............faster palette requester
  21. 4...............full AGA support
  22. 5...............erase brush
  23. 6...............Now opens a backdrop window
  24.  
  25. The following bugs were fixed :)
  26.  
  27. 1...............removed custom screen routine, found it redundant for the
  28.                 purpose of this paint program
  29. 2...............fixed the pen toggle problem, now only draws while button
  30.                 is being pressed.
  31. 3...............fixed palette requester problems of not cycling properly
  32. 4...............fixed opening menu to better explain functions
  33.  
  34. The following are being worked on :)
  35.  
  36. 1...............saving to an output file
  37. 2...............loading an input file
  38. 3...............loading an IFF input file
  39. 4...............CLI options to bypass menu
  40. 5...............ability to load as a backdrop viewer
  41. 6...............auto screen depth detect
  42. 7...............menu for box, circle, line, etc. etc.
  43.  
  44. USAGE :)
  45.  
  46. 1...............Copy cpaint to somewhere in your path, ie. c:
  47. 2...............type in 'cpaint'
  48. 3...............Left Mouse Button draws
  49. 4...............Right Mouse Button draw erases a 10 x 4 square
  50. 5...............Center Mouse Button cycles colour
  51. 6...............LMB and RMB together quit drawing
  52. 7...............mouse in palette window cycles color
  53. 8...............'CPaint ?' prints usage
  54. 9...............'CPaint w' opens paint window
  55. 10..............'CPaint' opens backdrop to paint on
  56.  
  57. That's it, look for more, better versions soon.
  58.  
  59. EMail me at   zaph1@iastate.edu
  60. or telnet to us, here's how
  61.  
  62. telnet to isn.rdns.iastate.edu
  63. at the 'dial:' type in 'modem' then hit return
  64. then type in 'atdt8,232-9011' and wait a few seconds
  65. If you have access to ENET then it is a free way to call Ames, IA!!!
  66. or just call '515-232-9011'
  67. I am user Zaph1
  68.  
  69. Suggested registration fee is $2 US
  70.  
  71. v2.06 --------- The following were changed or fixed on 25 Aug 93:
  72.  
  73. 1...............NEW improved # of colour selector adopted
  74. 2...............NEW instruction window now used(uses the ASL Library)
  75. 3...............2 versions, 1 for workbench, 1 for backdrops
  76. 4...............Fixed some programming probs, should work faster now(kinda)
  77. 5...............Did all this, and it is now 486 bytes smaller(3060 for cpaint)
  78. 6...............Recombined the 2 versions back into 1
  79. 7...............Finally added the Command Line options
  80.  
  81. v2.07 --------- The following was changed/fixed on 7 Aug 94:
  82.  
  83. 1...............Now uses Reqtools palette requester, for improved palette
  84.                 manipulation.
  85. 2...............has a button to call the palette requester
  86. 3...............Fixed some spelling errors in documentation
  87. 4...............Reduced to 1 version only
  88. 5...............Still very small, only 3594 bytes uncompressed
  89.  
  90. v2.08 --------- The following were fixed on 8 aug 94:
  91.  
  92. 1...............Button for palette requester fixed, it used to select if
  93.                 the mouse was on top of it even without pushing the button
  94. 2...............Still very small, only 3596 uncompressed
  95.  
  96.